Skip to content

Commit

Permalink
Remove editor-specific stuff from code
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Wagner authored and Silvano Galliani committed May 19, 2016
1 parent b0df52a commit df54871
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions gipuma.cu
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/* vim: ft=cpp
* */

//#include <helper_math.h>
#ifdef _WIN32
#include <windows.h>
Expand Down
2 changes: 0 additions & 2 deletions vector_operations.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* vim: ft=cpp
* */
#pragma once
#include <vector_types.h> // float4
static __device__ float4 operator*(float4 a, float4 b) {
Expand Down

0 comments on commit df54871

Please sign in to comment.