From 8d7f48d031cd9e446c4f007cf5436f25c36d9da1 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Thu, 22 Aug 2013 21:46:17 +0000 Subject: [PATCH] [Cython] Minor reorganization of examples --- .../cython/cantera/examples/{ => kinetics}/reaction_path.py | 0 interfaces/cython/cantera/examples/{ => transport}/dusty_gas.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename interfaces/cython/cantera/examples/{ => kinetics}/reaction_path.py (100%) rename interfaces/cython/cantera/examples/{ => transport}/dusty_gas.py (100%) diff --git a/interfaces/cython/cantera/examples/reaction_path.py b/interfaces/cython/cantera/examples/kinetics/reaction_path.py similarity index 100% rename from interfaces/cython/cantera/examples/reaction_path.py rename to interfaces/cython/cantera/examples/kinetics/reaction_path.py diff --git a/interfaces/cython/cantera/examples/dusty_gas.py b/interfaces/cython/cantera/examples/transport/dusty_gas.py similarity index 100% rename from interfaces/cython/cantera/examples/dusty_gas.py rename to interfaces/cython/cantera/examples/transport/dusty_gas.py